home *** CD-ROM | disk | FTP | other *** search
- on drawpict month
- global monthdata, mydatebase, yubicurs
- searchdata(month)
- set kazu to the number of items in monthdata
- repeat with n = 10 to 11
- set the cursor of sprite n to 0
- end repeat
- set yubicurs to list(904, 905)
- repeat with n = 1 to kazu - 1
- set nom to item n of monthdata
- getpicture("PICT:PAC_M:", item 10 of line value(nom) of mydatebase & value(nom), the name of cast (n + 1))
- set the cursor of sprite (n + 1) to yubicurs
- end repeat
- end
-